home *** CD-ROM | disk | FTP | other *** search
/ CD Concept 6 / CD Concept 06.iso / mac / UTILITAIRE / RLaB / help / COMMENT < prev    next >
Encoding:
Text File  |  1994-12-11  |  505 b   |  14 lines  |  [TEXT/RLAB]

  1. COMMENT:
  2.  
  3.     The RLaB comment symbol is `//' (same as C++). Any text the
  4.     comes after `//' on a line is ignored.
  5.  
  6.     Additionally `#' can be used as a commnet (same as shell).
  7.     Again, any text after the `#' on a line is ignored. This is
  8.     not the "official" comment symbol, but it works in order that
  9.     `#!/usr/local/bin/rlab' may work on UNIX systems.
  10.  
  11.     Last, but not least, `%' will work as a comment symbol. This
  12.     is implemented so that it is easier to take programs back and
  13.     forth between Matlab and RLaB.
  14.